home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue40 / Clinic / GridTestU.dfm / GridTestU.txt
Encoding:
Text File  |  1998-09-29  |  1.1 KB  |  51 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 659
  5.   Height = 477
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Grid: TScrollingStringGrid
  18.     Left = 8
  19.     Top = 8
  20.     Width = 313
  21.     Height = 433
  22.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  23.     TabOrder = 0
  24.   end
  25.   object DBGrid: TScrollingDBGrid
  26.     Left = 328
  27.     Top = 8
  28.     Width = 313
  29.     Height = 433
  30.     DataSource = DataSource1
  31.     TabOrder = 1
  32.     TitleFont.Charset = DEFAULT_CHARSET
  33.     TitleFont.Color = clWindowText
  34.     TitleFont.Height = -11
  35.     TitleFont.Name = 'MS Sans Serif'
  36.     TitleFont.Style = []
  37.   end
  38.   object Table1: TTable
  39.     Active = True
  40.     DatabaseName = 'DBDEMOS'
  41.     TableName = 'customer.db'
  42.     Left = 456
  43.     Top = 104
  44.   end
  45.   object DataSource1: TDataSource
  46.     DataSet = Table1
  47.     Left = 456
  48.     Top = 176
  49.   end
  50. end
  51.